home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-17 | 762 b | 24 lines | [TEXT/MPS ] |
- #----------------------------------------------------------------------------
- #
- # UserStartup•vuExtras: appends vuCollect and other additional tools to the
- # VU menu item.
- #
- # AUTHOR: K. Landreth MS 35-BD
- #
- # HISTORY: 06/26/90 - Created.
- #
- # COPYRIGHT
- # Copyright Apple Computer, Inc. 1990
- # All rights reserved.
- #
- #-----------------------------------------------------------------------------
-
-
- if `Exists -d "{VUDir}"` != ""
- AddMenu 'VU' '(-' ''
- AddMenu 'VU' 'vuCollect' 'echo "" ∑∑ "{VUOutputFile}"; vuCollect ∑∑ "{VUOutputFile}"'
- AddMenu 'VU' 'relMouse' 'Run_vu "{VUDir}MPW Scripts:relMouse.vu"'
- else
- confirm "To use 'UserStartup•vuExtras' you must place 'UserStartup•VU' in your MPW folder ∂
- before launching MPW." > "Dev:Null"
- end